1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSalaryslip
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSalaryslip))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
29         Me.btnClose = New System.Windows.Forms.Button()
30         Me.btnReset = New System.Windows.Forms.Button()
31         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
32         Me.Button1 = New System.Windows.Forms.Button()
33         Me.cmbPaymentID = New System.Windows.Forms.ComboBox()
34         Me.Label9 = New System.Windows.Forms.Label()
35         Me.Panel2 = New System.Windows.Forms.Panel()
36         Me.Label1 = New System.Windows.Forms.Label()
37         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
38         Me.Panel1.SuspendLayout()
39         Me.GroupBox3.SuspendLayout()
40         Me.GroupBox2.SuspendLayout()
41         Me.Panel2.SuspendLayout()
42         Me.SuspendLayout()
43         
'
44         
'Panel1
45         
'
46         Me.Panel1.BackColor = System.Drawing.Color.White
47         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
48         Me.Panel1.Controls.Add(Me.GroupBox3)
49         Me.Panel1.Controls.Add(Me.GroupBox2)
50         Me.Panel1.Controls.Add(Me.Panel2)
51         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
52         Me.Panel1.Name =
"Panel1"
53         Me.Panel1.Size = New System.Drawing.Size(
453, 176)
54         Me.Panel1.TabIndex =
2
55         
'
56         
'GroupBox3
57         
'
58         Me.GroupBox3.Controls.Add(Me.btnClose)
59         Me.GroupBox3.Controls.Add(Me.btnReset)
60         Me.GroupBox3.Location = New System.Drawing.Point(
240, 75)
61         Me.GroupBox3.Name =
"GroupBox3"
62         Me.GroupBox3.Size = New System.Drawing.Size(
199, 87)
63         Me.GroupBox3.TabIndex =
43
64         Me.GroupBox3.TabStop = False
65         
'
66         
'btnClose
67         
'
68         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
69         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
70         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
71         Me.btnClose.Location = New System.Drawing.Point(
106, 33)
72         Me.btnClose.Name =
"btnClose"
73         Me.btnClose.Size = New System.Drawing.Size(
82, 31)
74         Me.btnClose.TabIndex =
4
75         Me.btnClose.Text =
"Close"
76         Me.btnClose.UseVisualStyleBackColor = True
77         
'
78         
'btnReset
79         
'
80         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
81         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
82         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
83         Me.btnReset.Location = New System.Drawing.Point(
18, 33)
84         Me.btnReset.Name =
"btnReset"
85         Me.btnReset.Size = New System.Drawing.Size(
82, 32)
86         Me.btnReset.TabIndex =
0
87         Me.btnReset.Text =
"Reset"
88         Me.btnReset.UseVisualStyleBackColor = True
89         
'
90         
'GroupBox2
91         
'
92         Me.GroupBox2.Controls.Add(Me.Button1)
93         Me.GroupBox2.Controls.Add(Me.cmbPaymentID)
94         Me.GroupBox2.Controls.Add(Me.Label9)
95         Me.GroupBox2.Location = New System.Drawing.Point(
9, 75)
96         Me.GroupBox2.Name =
"GroupBox2"
97         Me.GroupBox2.Size = New System.Drawing.Size(
225, 87)
98         Me.GroupBox2.TabIndex =
0
99         Me.GroupBox2.TabStop = False
100         Me.GroupBox2.Text =
"Search By Payment ID :"
101         
'
102         
'Button1
103         
'
104         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
105         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
106         Me.Button1.Location = New System.Drawing.Point(
133, 42)
107         Me.Button1.Name =
"Button1"
108         Me.Button1.Size = New System.Drawing.Size(
75, 20)
109         Me.Button1.TabIndex =
3
110         Me.Button1.Text =
"View Report"
111         Me.Button1.UseVisualStyleBackColor = True
112         
'
113         
'cmbPaymentID
114         
'
115         Me.cmbPaymentID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
116         Me.cmbPaymentID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
117         Me.cmbPaymentID.FormattingEnabled = True
118         Me.cmbPaymentID.Location = New System.Drawing.Point(
36, 42)
119         Me.cmbPaymentID.Name =
"cmbPaymentID"
120         Me.cmbPaymentID.Size = New System.Drawing.Size(
91, 21)
121         Me.cmbPaymentID.TabIndex =
0
122         
'
123         
'Label9
124         
'
125         Me.Label9.AutoSize = True
126         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
127         Me.Label9.Location = New System.Drawing.Point(
33, 22)
128         Me.Label9.Name =
"Label9"
129         Me.Label9.Size = New System.Drawing.Size(
68, 13)
130         Me.Label9.TabIndex =
51
131         Me.Label9.Text =
"Payment ID :"
132         
'
133         
'Panel2
134         
'
135         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
136         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
137         Me.Panel2.Controls.Add(Me.Label1)
138         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
139         Me.Panel2.Name =
"Panel2"
140         Me.Panel2.Size = New System.Drawing.Size(
430, 62)
141         Me.Panel2.TabIndex =
0
142         
'
143         
'Label1
144         
'
145         Me.Label1.AutoSize = True
146         Me.Label1.BackColor = System.Drawing.Color.Transparent
147         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
148         Me.Label1.ForeColor = System.Drawing.Color.White
149         Me.Label1.Location = New System.Drawing.Point(
145, 17)
150         Me.Label1.Name =
"Label1"
151         Me.Label1.Size = New System.Drawing.Size(
108, 24)
152         Me.Label1.TabIndex =
0
153         Me.Label1.Text =
"Salary Slip"
154         
'
155         
'Timer1
156         
'
157         
'
158         
'frmSalaryslip
159         
'
160         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
161         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
162         Me.BackColor = System.Drawing.Color.DarkSlateGray
163         Me.ClientSize = New System.Drawing.Size(
478, 205)
164         Me.Controls.Add(Me.Panel1)
165         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
166         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
167         Me.MaximizeBox = False
168         Me.MinimizeBox = False
169         Me.Name =
"frmSalaryslip"
170         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
171         Me.Panel1.ResumeLayout(False)
172         Me.GroupBox3.ResumeLayout(False)
173         Me.GroupBox2.ResumeLayout(False)
174         Me.GroupBox2.PerformLayout()
175         Me.Panel2.ResumeLayout(False)
176         Me.Panel2.PerformLayout()
177         Me.ResumeLayout(False)
178
179     End Sub
180     Friend WithEvents Panel1 As System.Windows.Forms.Panel
181     Friend WithEvents Panel2 As System.Windows.Forms.Panel
182     Friend WithEvents Label1 As System.Windows.Forms.Label
183     Friend WithEvents btnClose As System.Windows.Forms.Button
184     Friend WithEvents btnReset As System.Windows.Forms.Button
185     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
186     Friend WithEvents Button1 As System.Windows.Forms.Button
187     Friend WithEvents cmbPaymentID As System.Windows.Forms.ComboBox
188     Friend WithEvents Label9 As System.Windows.Forms.Label
189     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
190     Friend WithEvents Timer1 As System.Windows.Forms.Timer
191
192 End Class


Gõ tìm kiếm nhanh...